Skip to content

Commit

Permalink
Renaming lk-ext to lk_ext.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSpitz committed Mar 26, 2010
1 parent b5f9a83 commit 663df77
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion public/javascripts/everything.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires('core', 'lk_TestFramework'); // aaa - hack - how should I deal with LK
requires('transporter', 'transporter');
requires('core', 'core');
requires('mirrors', 'mirrors');
requires('lk-ext', 'lk_ext');
requires('lk_ext', 'lk_ext');
requires('outliners', 'self_like_environment');
requires('transporter', 'module_morph'); // aaa - where does this belong?
requires('transporter', 'snapshotter'); // aaa - where does this belong?
Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/lk-ext/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lobby.transporter.module.create('animation', function(requires) {}, function(thi

thisModule.addSlots(modules.animation, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/lk-ext/applications.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lobby.transporter.module.create('applications', function(requires) {}, function(

thisModule.addSlots(modules.applications, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/lk-ext/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lobby.transporter.module.create('commands', function(requires) {}, function(this

thisModule.addSlots(modules.commands, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
48 changes: 24 additions & 24 deletions public/javascripts/lk-ext/lk_ext.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
lobby.transporter.module.create('lk_ext', function(requires) {

requires('lk-ext', 'math');
requires('lk-ext', 'fixes');
requires('lk-ext', 'changes');
requires('lk-ext', 'commands');
requires('lk-ext', 'menus');
requires('lk-ext', 'applications');
requires('lk-ext', 'grabbing');
requires('lk-ext', 'refreshing_content');
requires('lk-ext', 'one_morph_per_object');
requires('lk-ext', 'text_morph_variations');
requires('lk-ext', 'shortcuts');
requires('lk-ext', 'check_box');
requires('lk-ext', 'toggler');
requires('lk-ext', 'layout');
requires('lk-ext', 'rows_and_columns');
requires('lk-ext', 'animation');
requires('lk-ext', 'zooming_around_and_scaling');
requires('lk-ext', 'quickhull');
requires('lk-ext', 'expander');
requires('lk-ext', 'message_notifier');
requires('lk-ext', 'arrows');
requires('lk-ext', 'poses');
requires('lk-ext', 'sound');
requires('lk_ext', 'math');
requires('lk_ext', 'fixes');
requires('lk_ext', 'changes');
requires('lk_ext', 'commands');
requires('lk_ext', 'menus');
requires('lk_ext', 'applications');
requires('lk_ext', 'grabbing');
requires('lk_ext', 'refreshing_content');
requires('lk_ext', 'one_morph_per_object');
requires('lk_ext', 'text_morph_variations');
requires('lk_ext', 'shortcuts');
requires('lk_ext', 'check_box');
requires('lk_ext', 'toggler');
requires('lk_ext', 'layout');
requires('lk_ext', 'rows_and_columns');
requires('lk_ext', 'animation');
requires('lk_ext', 'zooming_around_and_scaling');
requires('lk_ext', 'quickhull');
requires('lk_ext', 'expander');
requires('lk_ext', 'message_notifier');
requires('lk_ext', 'arrows');
requires('lk_ext', 'poses');
requires('lk_ext', 'sound');

}, function(thisModule) {


thisModule.addSlots(modules.lk_ext, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
4 changes: 2 additions & 2 deletions public/javascripts/lk-ext/message_notifier.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
lobby.transporter.module.create('message_notifier', function(requires) {

requires('lk-ext', 'rows_and_columns');
requires('lk_ext', 'rows_and_columns');

}, function(thisModule) {


thisModule.addSlots(modules.message_notifier, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/lk-ext/one_morph_per_object.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lobby.transporter.module.create('one_morph_per_object', function(requires) {}, f

thisModule.addSlots(modules.one_morph_per_object, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/lk-ext/poses.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lobby.transporter.module.create('poses', function(requires) {}, function(thisMod

thisModule.addSlots(modules.poses, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/lk-ext/sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lobby.transporter.module.create('sound', function(requires) {}, function(thisMod

thisModule.addSlots(modules.sound, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/lk-ext/toggler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lobby.transporter.module.create('toggler', function(requires) {}, function(thisM

thisModule.addSlots(modules.toggler, function(add) {

add.data('_directory', 'lk-ext');
add.data('_directory', 'lk_ext');

});

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ transporter.module.fileIn("transporter", "object_graph_walker", function() {

transporter.module.fileIn("", "everything", function() {
CreatorSlotMarker.annotateExternalObjects();
Morph.suppressAllHandlesForever(); // those things are annoying
//Morph.suppressAllHandlesForever(); // those things are annoying
reflect(window).categorizeUncategorizedSlotsAlphabetically(); // it's annoying that the lobby outliner is so slow

(function() {
Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/outliners/categories.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lobby.transporter.module.create('categories', function(requires) {

requires('lk-ext', 'rows_and_columns');
requires('lk_ext', 'rows_and_columns');

}, function(thisModule) {

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/outliners/evaluator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lobby.transporter.module.create('evaluator', function(requires) {

requires('lk-ext', 'rows_and_columns');
requires('lk_ext', 'rows_and_columns');

}, function(thisModule) {

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/outliners/slice.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lobby.transporter.module.create('slice', function(requires) {

requires('lk-ext', 'rows_and_columns');
requires('lk_ext', 'rows_and_columns');

}, function(thisModule) {

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/outliners/slot_morph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lobby.transporter.module.create('slot_morph', function(requires) {

requires('lk-ext', 'rows_and_columns');
requires('lk_ext', 'rows_and_columns');

}, function(thisModule) {

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/outliners/test_case_morph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lobby.transporter.module.create('test_case_morph', function(requires) {

requires('lk-ext', 'rows_and_columns');
requires('lk_ext', 'rows_and_columns');

}, function(thisModule) {

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/transporter/module_morph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lobby.transporter.module.create('module_morph', function(requires) {

requires('lk-ext', 'rows_and_columns');
requires('lk_ext', 'rows_and_columns');

}, function(thisModule) {

Expand Down
2 changes: 1 addition & 1 deletion script/catAllJSFiles
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# I just use this to produce something I can run through JSLint.

root=public/javascripts;
cat ${root}/transporter/*.js ${root}/core/*.js ${root}/mirrors/*.js ${root}/lk-ext/*.js ${root}/outliners/*.js ${root}/*.js > everything.js
cat ${root}/transporter/*.js ${root}/core/*.js ${root}/mirrors/*.js ${root}/lk_ext/*.js ${root}/outliners/*.js ${root}/*.js > everything.js

0 comments on commit 663df77

Please sign in to comment.