We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8e571 commit 64ad28eCopy full SHA for 64ad28e
ViewSet0.5.jsx renamed to ViewSet.jsx
@@ -1,13 +1,6 @@
1
-// ViewSet 0.4
+// ViewSet 0.5
2
// Lamma Studio Design
3
-// 14-4-2021
4
-
5
-//Changelog
6
-// 0.1 Initial release
7
-// 0.2 added auto checkOut function
8
-// 0.3 remove old diagnostics replace with generics
9
-// 0.4 check for no windows and get more specific in check
10
-// 0.5 prefs added and kept
+// 17-5-2021
11
12
#targetengine "session";
13
setPrefs();
@@ -118,4 +111,4 @@ function setPrefs() {
118
111
} catch (err) {
119
112
alert ("setPrefs Error: " + [err,err.line]);
120
113
};
121
-};
114
+};
0 commit comments