Skip to content

Instantly share code, notes, and snippets.

View manolakis's full-sized avatar

Manuel Martín manolakis

View GitHub Profile
anonymous
anonymous / foo-1.1.js
Created September 20, 2013 13:00
I can`t do this work! I would like to use multiversion with separate files. Main execution should alert "1.1" and the "1.2", but I obtain "1.1" always. ¿Anyone know how to accomplish that? I'm lost... :-/
(function(root){
root.foo = {
VERSION: '1.1'
}
}(this));