Last active
May 2, 2024 05:55
-
-
Save fatihacet/2d7928cb8a450d4b81fc to your computer and use it in GitHub Desktop.
Revisions
-
fatihacet revised this gist
Jan 14, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ window.IDE.appControllers.helloworld = function() { time = new Date().toString().match(/(\d\d:\d\d:\d\d)/)[0]; view = new KDCustomHTMLView({ tagName: 'h2', partial: 'HELLO WORLD APP LOADED at ' + time + ' !!!' }); return view; -
fatihacet revised this gist
Jan 14, 2015 . 1 changed file with 7 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,8 @@ window.IDE.appControllers.helloworld = function() { view = new KDCustomHTMLView({ tagName: 'h2', partial: 'HELLO WORLD APP LOADED!!!' }); return view; } -
fatihacet revised this gist
Jan 14, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ window.IDE.appControllers.helloworld = function(view) { console.log('......', view); } -
fatihacet revised this gist
Jan 14, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ window.IDE.appControllers.helloworld = function() { console.log('......') } -
fatihacet created this gist
Jan 14, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ alert(2);