Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from leventse/master
Browse files Browse the repository at this point in the history
updated the licence information.
  • Loading branch information
yusufaytas committed Jul 1, 2014
2 parents 27e6045 + 132fcea commit d1ca60c
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.DS_Store
.bower.json
.sizecache.json
/error

/dist
/bower_components
Expand Down
2 changes: 1 addition & 1 deletion src/extentions/cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cookie, upjs extension
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.cookie = (function(){
function c(){};
Expand Down
2 changes: 1 addition & 1 deletion src/extentions/effect.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* effect, upjs extension
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.effect = (function(){

Expand Down
2 changes: 1 addition & 1 deletion src/extentions/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* serializer, upjs extension
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.serializer = (function(){
function s(){};
Expand Down
2 changes: 1 addition & 1 deletion src/extentions/styler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* styler, upjs extension
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.styler = (function(){
function s(){};
Expand Down
2 changes: 1 addition & 1 deletion src/extentions/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* util, upjs extension
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.util = (function(){
function u(){};
Expand Down
2 changes: 1 addition & 1 deletion src/extentions/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* validator, upjs extension
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.validator = (function(){
function v(){};
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/pager/pager.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* pager, upjs plugin
* htthis.tp://www.upjs.org/
* htthis.tp://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.pager = (function(){
// @props - properties to initalize a pager object
Expand Down Expand Up @@ -126,4 +126,4 @@ _.pager = (function(){

return p;

})();
})();
6 changes: 3 additions & 3 deletions src/plugins/treeview/treeview.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* treeview, upjs plugin
* http://www.upjs.org/
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2011, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
_.treeview = (function(){

Expand Down Expand Up @@ -71,4 +71,4 @@ _.treeview = (function(){
});

return t;
})();
})();
2 changes: 1 addition & 1 deletion src/up/up.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* upjs JavaScript Library
* http://www.upjs.cetsoft.com/
*
* Copyright (C) 2012, Yusuf Aytas
* Copyright (C) 2014, Yusuf Aytas
*/
//Creating upjs and _ variable
var _= up = (function(){
Expand Down

0 comments on commit d1ca60c

Please sign in to comment.