From f1d0d6f29be75ef6c9212bf62be0127b4ec0c534 Mon Sep 17 00:00:00 2001 From: Narendra Sisodiya Date: Fri, 26 Dec 2014 11:23:08 +0530 Subject: [PATCH] releasing 1.3.3 --- bower.json | 2 +- dist/choona.js | 6 +----- src/Todo.md | 19 ------------------- src/headerNotice.md | 5 +---- 4 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 src/Todo.md diff --git a/bower.json b/bower.json index 368aa48..5a01cf8 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "choona.js", "repo": "nsisodiya/choona.js", - "version": "1.4.0", + "version": "1.3.3", "main": "dist/choona.js", "keywords": [ "scalable", diff --git a/dist/choona.js b/dist/choona.js index b77c8a5..a4fa6d7 100644 --- a/dist/choona.js +++ b/dist/choona.js @@ -1,14 +1,10 @@ /** * Copyright 2013-14 Narendra Sisodiya, - * * Licensed under "The MIT License". visit http://nsisodiya.mit-license.org/ to read the License. - * * @author Narendra Sisodiya - * - * * */ -;var choona = {}; + ;var choona = {}; (function() { "use strict"; var klass = function(ChildProto) { diff --git a/src/Todo.md b/src/Todo.md deleted file mode 100644 index bc819c4..0000000 --- a/src/Todo.md +++ /dev/null @@ -1,19 +0,0 @@ -* Create Test Cases - -* Find the browser compatibility - -* timing load API for module in Sandbox.. this.sb.moduleLoadedFully(); - -* Think for removing "ID" and lets check if you can a module directly on a dom element. - -* loading submodule using html syntax inside dom - - -* Think for adding it to xtag - -* Full Documentation, API Docs, Demos - -* Create underscore template support ! -* 2 way binding using underscore template -* If Id is not given then it will append new subModule into current module !! -* Todo video diff --git a/src/headerNotice.md b/src/headerNotice.md index b27e119..e511c48 100644 --- a/src/headerNotice.md +++ b/src/headerNotice.md @@ -1,10 +1,7 @@ /** * Copyright 2013-14 Narendra Sisodiya, - * * Licensed under "The MIT License". visit http://nsisodiya.mit-license.org/ to read the License. - * * @author Narendra Sisodiya - * - * * */ + \ No newline at end of file