]> git.mxchange.org Git - friendica.git/blobdiff - library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
Simplepie is removed since we don't use it anymore
[friendica.git] / library / simplepie / demo / for_the_demo / source_files / sIFR-r245 / options.as
diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
deleted file mode 100644 (file)
index 4d37195..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// MTASC only parses as-files with class definitions, so here goes...
-class Options {
-       public static function apply() {
-               sIFR.fromLocal = true;
-               sIFR.domains   = ['*'];
-               
-               // Parsing `p.foo` might not work, see: <http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00001766.html>
-               // Appearantly you have to use hex color codes as well, names are not supported!
-
-               sIFR.styles.parseCSS('.foo { text-decoration: underline; }'); 
-       }
-}