- Timestamp:
- 03/28/11 14:00:04 (2 years ago)
- Location:
- trunk/fl5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/com/longtailvideo/jwplayer/plugins/PluginConfig.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/audiotag 1561-1562 /branches/fl5-5.6 1650-1680
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
trunk/fl5/src/com/longtailvideo/jwplayer/plugins/PluginConfig.as
r623 r1681 5 5 private var _id:String; 6 6 7 public function PluginConfig(pluginId:String ) {7 public function PluginConfig(pluginId:String, obj:Object=null) { 8 8 this._id = pluginId.toLowerCase(); 9 if (obj) { 10 for (var idx:String in obj) { 11 this[idx] = obj[idx]; 12 } 13 } 9 14 } 10 15
Note: See TracChangeset
for help on using the changeset viewer.
